set Health Update Interval
open fun setHealthUpdateInterval(value: Int): ModuleConfigProtos.ModuleConfig.TelemetryConfig.Builder
Interval in seconds of how often we should try to send our
health metrics to the mesh
Content copied to clipboard
uint32 health_update_interval = 12;
Return
This builder for chaining.
Parameters
value
The healthUpdateInterval to set.